From cf352374ae2f26c7807d780269df0b7f94458f0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 21 Dec 2020 13:23:28 +0100 Subject: [PATCH] gskpango: Correct a comment Not all other draw calls will use cairo. --- gtk/gskpango.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gskpango.h b/gtk/gskpango.h index fbd6340d7b..37052a1c0e 100644 --- a/gtk/gskpango.h +++ b/gtk/gskpango.h @@ -49,7 +49,7 @@ typedef gboolean (*GskPangoShapeHandler) (PangoAttrShape *attr, /* * This is a PangoRenderer implementation that translates all the draw calls to * gsk render nodes, using the GtkSnapshot helper class. Glyphs are translated - * to text nodes, all other draw calls fall back to cairo nodes. + * to text nodes, other draw calls may fall back to cairo nodes. */ struct _GskPangoRenderer -- 2.30.2